home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
speed_bi.swf
/
scripts
/
DefineButton2_114
/
BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-12
|
357 b
|
17 lines
on(release, keyPress "<Enter>"){
_root.bonus = 0;
_root.health = 100;
_root.tacho = 0;
_root.gates = 25;
_root.cars = false;
basescore = 0;
healthscore = 0;
targetscore = 0;
points = 0;
dietext = "";
startsignal.gotoAndPlay(2);
_root.health = 100;
_root.bonus = 0;
gotoAndPlay(_currentframe + 1);
}